home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 June / EnterCD 06_2005.iso / Multimedia / VSO DivXtoDVD Converter 0.5.2 / vsoDivxToDVD_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-04-17  |  8.8 KB  |  193 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=VSO DivxToDVD
  4. AppVerName=DivxToDVD 0.5.2
  5. AppId=VSO DivxToDVD
  6. AppVersion=0.5.2
  7. AppPublisher=VSO-Software SARL
  8. AppPublisherURL=http://www.vso-software.fr
  9. AppSupportURL=http://www.vso-software.fr
  10. AppUpdatesURL=http://www.vso-software.fr
  11. DefaultDirName={pf}\vso\DivxToDVD
  12. DefaultGroupName=VSO\DivxToDVD
  13. OutputBaseFilename=vsoDivxToDVD_setup_052
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. InfoAfterFile=embedded\InfoAfter.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\DivxToDVD.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\avformat.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\avcodec.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\divxtodvd.txt"; DestDir: "{app}"; 
  24. Source: "{app}\Lang\DXDVD_00000401.SPK"; DestDir: "{app}\Lang"; 
  25. Source: "{app}\Lang\DXDVD_00000404.SPK"; DestDir: "{app}\Lang"; 
  26. Source: "{app}\Lang\DXDVD_00000405.SPK"; DestDir: "{app}\Lang"; 
  27. Source: "{app}\Lang\DXDVD_00000407.SPK"; DestDir: "{app}\Lang"; 
  28. Source: "{app}\Lang\DXDVD_00000409.SPK"; DestDir: "{app}\Lang"; 
  29. Source: "{app}\Lang\DXDVD_0000040B.SPK"; DestDir: "{app}\Lang"; 
  30. Source: "{app}\Lang\DXDVD_0000040C.SPK"; DestDir: "{app}\Lang"; 
  31. Source: "{app}\Lang\DXDVD_00000410.SPK"; DestDir: "{app}\Lang"; 
  32. Source: "{app}\Lang\DXDVD_00000411.SPK"; DestDir: "{app}\Lang"; 
  33. Source: "{app}\Lang\DXDVD_00000413.SPK"; DestDir: "{app}\Lang"; 
  34. Source: "{app}\Lang\DXDVD_00000415.SPK"; DestDir: "{app}\Lang"; 
  35. Source: "{app}\Lang\DXDVD_00000418.SPK"; DestDir: "{app}\Lang"; 
  36. Source: "{app}\Lang\DXDVD_00000419.SPK"; DestDir: "{app}\Lang"; 
  37. Source: "{app}\Lang\DXDVD_0000041D.SPK"; DestDir: "{app}\Lang"; 
  38. Source: "{app}\Lang\DXDVD_00000804.SPK"; DestDir: "{app}\Lang"; 
  39. Source: "{app}\Lang\DXDVD_00000C0A.SPK"; DestDir: "{app}\Lang"; 
  40. Source: "{app}\Lang\DXDVD_ORIGINAL.SPK"; DestDir: "{app}\Lang"; 
  41. Source: "{app}\Lang\Lang_Editor.exe"; DestDir: "{app}\Lang"; 
  42. Source: "{app}\Lang\prefixes.ini"; DestDir: "{app}\Lang"; 
  43. [Dirs]
  44. Name: "{app}\Lang"; 
  45. [Registry]
  46. Root: HKLM; Subkey: "Software\VSO"; ValueName: "DivXtoDVD"; ValueType: String; ValueData: "{app}\divxtodvd.exe"; Flags: uninsdeletevalue 
  47. [Run]
  48. Filename: "{app}\DivxToDVD.exe"; Description: "{cm:LaunchProgram,VSO DivxToDVD}"; Flags: postinstall skipifsilent nowait
  49. [Icons]
  50. Name: "{group}\DivxToDVD"; Filename: "{app}\DivxToDVD.exe"; 
  51. Name: "{userdesktop}\VSO DivxToDVD"; Filename: "{app}\DivxToDVD.exe"; Tasks: desktopicon; 
  52. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\VSO DivxToDVD"; Filename: "{app}\DivxToDVD.exe"; Tasks: quicklaunchicon; 
  53. Name: "{group}\Read Me"; Filename: "{app}\divxtodvd.txt"; 
  54. [Tasks]
  55. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  56. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  57. [CustomMessages]
  58. en.NameAndVersion=%1 version %2
  59. en.AdditionalIcons=Additional icons:
  60. en.CreateDesktopIcon=Create a &desktop icon
  61. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  62. en.ProgramOnTheWeb=%1 on the Web
  63. en.UninstallProgram=Uninstall %1
  64. en.LaunchProgram=Launch %1
  65. en.AssocFileExtension=&Associate %1 with the %2 file extension
  66. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  67. de.NameAndVersion=%1 version %2
  68. de.AdditionalIcons=Additional icons:
  69. de.CreateDesktopIcon=Create a &desktop icon
  70. de.CreateQuickLaunchIcon=Create a &Quick Launch icon
  71. de.ProgramOnTheWeb=%1 on the Web
  72. de.UninstallProgram=Uninstall %1
  73. de.LaunchProgram=Launch %1
  74. de.AssocFileExtension=&Associate %1 with the %2 file extension
  75. de.AssocingFileExtension=Associating %1 with the %2 file extension...
  76. nl.AdditionalIcons=Additional icons:
  77. nl.CreateDesktopIcon=Create a &desktop icon
  78. nl.CreateQuickLaunchIcon=Create a &Quick Launch icon
  79. nl.ProgramOnTheWeb=%1 on the Web
  80. nl.UninstallProgram=Uninstall %1
  81. nl.LaunchProgram=Launch %1
  82. nl.AssocFileExtension=&Associate %1 with the %2 file extension
  83. nl.AssocingFileExtension=Associating %1 with the %2 file extension...
  84. nl.NameAndVersion=%1 version %2
  85. gk.NameAndVersion=%1 version %2
  86. gk.AdditionalIcons=Additional icons:
  87. gk.CreateDesktopIcon=Create a &desktop icon
  88. gk.CreateQuickLaunchIcon=Create a &Quick Launch icon
  89. gk.ProgramOnTheWeb=%1 on the Web
  90. gk.UninstallProgram=Uninstall %1
  91. gk.LaunchProgram=Launch %1
  92. gk.AssocFileExtension=&Associate %1 with the %2 file extension
  93. gk.AssocingFileExtension=Associating %1 with the %2 file extension...
  94. br.NameAndVersion=%1 version %2
  95. br.AdditionalIcons=Additional icons:
  96. br.CreateDesktopIcon=Create a &desktop icon
  97. br.CreateQuickLaunchIcon=Create a &Quick Launch icon
  98. br.ProgramOnTheWeb=%1 on the Web
  99. br.UninstallProgram=Uninstall %1
  100. br.LaunchProgram=Launch %1
  101. br.AssocFileExtension=&Associate %1 with the %2 file extension
  102. br.AssocingFileExtension=Associating %1 with the %2 file extension...
  103. sp.NameAndVersion=%1 version %2
  104. sp.AdditionalIcons=Additional icons:
  105. sp.CreateDesktopIcon=Create a &desktop icon
  106. sp.CreateQuickLaunchIcon=Create a &Quick Launch icon
  107. sp.ProgramOnTheWeb=%1 on the Web
  108. sp.UninstallProgram=Uninstall %1
  109. sp.LaunchProgram=Launch %1
  110. sp.AssocFileExtension=&Associate %1 with the %2 file extension
  111. sp.AssocingFileExtension=Associating %1 with the %2 file extension...
  112. da.NameAndVersion=%1 version %2
  113. da.AdditionalIcons=Additional icons:
  114. da.CreateDesktopIcon=Create a &desktop icon
  115. da.CreateQuickLaunchIcon=Create a &Quick Launch icon
  116. da.ProgramOnTheWeb=%1 on the Web
  117. da.UninstallProgram=Uninstall %1
  118. da.LaunchProgram=Launch %1
  119. da.AssocFileExtension=&Associate %1 with the %2 file extension
  120. da.AssocingFileExtension=Associating %1 with the %2 file extension...
  121. it.NameAndVersion=%1 version %2
  122. it.AdditionalIcons=Additional icons:
  123. it.CreateDesktopIcon=Create a &desktop icon
  124. it.CreateQuickLaunchIcon=Create a &Quick Launch icon
  125. it.ProgramOnTheWeb=%1 on the Web
  126. it.UninstallProgram=Uninstall %1
  127. it.LaunchProgram=Launch %1
  128. it.AssocFileExtension=&Associate %1 with the %2 file extension
  129. it.AssocingFileExtension=Associating %1 with the %2 file extension...
  130. jp.AdditionalIcons=
  131. jp.CreateDesktopIcon=
  132. jp.CreateQuickLaunchIcon=
  133. jp.ProgramOnTheWeb=%1 
  134. jp.UninstallProgram=%1 
  135. jp.LaunchProgram=%1 
  136. jp.AssocFileExtension=%1 
  137. q %2 
  138. jp.AssocingFileExtension=%1 
  139. q %2 
  140. jp.NameAndVersion=%1 version %2
  141. po.AdditionalIcons=Additional icons: 
  142. po.CreateDesktopIcon=Create a &desktop icon 
  143. po.CreateQuickLaunchIcon=Create a &Quick Launch icon 
  144. po.ProgramOnTheWeb=%1 on the Web 
  145. po.UninstallProgram=Uninstall %1 
  146. po.LaunchProgram=Launch %1 
  147. po.AssocFileExtension=&Associate %1 with the %2 file extension 
  148. po.AssocingFileExtension=Associating %1 with the %2 file extension... 
  149. po.NameAndVersion=%1 version %2
  150. fr.AdditionalIcons=Additional icons:
  151. fr.CreateDesktopIcon=Create a &desktop icon
  152. fr.CreateQuickLaunchIcon=Create a &Quick Launch icon
  153. fr.ProgramOnTheWeb=%1 on the Web
  154. fr.UninstallProgram=Uninstall %1
  155. fr.LaunchProgram=Launch %1
  156. fr.AssocFileExtension=&Associate %1 with the %2 file extension
  157. fr.AssocingFileExtension=Associating %1 with the %2 file extension...
  158. fr.NameAndVersion=%1 version %2
  159. cz.AdditionalIcons=Additional icons: 
  160. cz.CreateDesktopIcon=Create a &desktop icon 
  161. cz.CreateQuickLaunchIcon=Create a &Quick Launch icon 
  162. cz.ProgramOnTheWeb=%1 on the Web 
  163. cz.UninstallProgram=Uninstall %1 
  164. cz.LaunchProgram=Launch %1 
  165. cz.AssocFileExtension=&Associate %1 with the %2 file extension 
  166. cz.AssocingFileExtension=Associating %1 with the %2 file extension... 
  167. cz.NameAndVersion=%1 version %2
  168. Ch.NameAndVersion=%1 version %2
  169. Ch.AdditionalIcons=Additional icons:
  170. Ch.CreateDesktopIcon=Create a &desktop icon
  171. Ch.CreateQuickLaunchIcon=Create a &Quick Launch icon
  172. Ch.ProgramOnTheWeb=%1 on the Web
  173. Ch.UninstallProgram=Uninstall %1
  174. Ch.LaunchProgram=Launch %1
  175. Ch.AssocFileExtension=&Associate %1 with the %2 file extension
  176. Ch.AssocingFileExtension=Associating %1 with the %2 file extension...
  177. [Languages]
  178. ; These files are stubs
  179. ; To achieve better results after recompilation, use the real language files
  180. Name: "en"; MessagesFile: "embedded\en.isl"; 
  181. Name: "de"; MessagesFile: "embedded\de.isl"; 
  182. Name: "nl"; MessagesFile: "embedded\nl.isl"; 
  183. Name: "gk"; MessagesFile: "embedded\gk.isl"; 
  184. Name: "br"; MessagesFile: "embedded\br.isl"; 
  185. Name: "sp"; MessagesFile: "embedded\sp.isl"; 
  186. Name: "da"; MessagesFile: "embedded\da.isl"; 
  187. Name: "it"; MessagesFile: "embedded\it.isl"; 
  188. Name: "jp"; MessagesFile: "embedded\jp.isl"; 
  189. Name: "po"; MessagesFile: "embedded\po.isl"; 
  190. Name: "fr"; MessagesFile: "embedded\fr.isl"; 
  191. Name: "cz"; MessagesFile: "embedded\cz.isl"; 
  192. Name: "Ch"; MessagesFile: "embedded\Ch.isl"; 
  193.